home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 7: Sunsite / Linux Cubed Series 7 - Sunsite Vol 1.iso / system / admin / tidy-1.000 / tidy-1 / tidy-1.0 / INSTALL < prev    next >
Encoding:
Text File  |  1996-03-12  |  1.9 KB  |  46 lines

  1. Tidy Installation Information
  2. =============================
  3.  
  4. 0. Make sure that you have the perl script language interpreter,
  5.    version 5, installed on your system.
  6.  
  7. 1. Unpack the archive file. It will create a directory containing
  8.    all necessary files.
  9.  
  10. 2. Check the first line of the following executables for the correct path
  11.    of the perl interpreter: tidy, install-test, do-install
  12.    The first line should read something like
  13.                        #!/usr/bin/perl
  14.    You can easily determine the complete path to perl by saying 'which perl'.
  15.    Do NOT use the '-w' option to perl, as this will create hundreds of
  16.    (harmless) 'undefined variable' warnings.
  17.  
  18. 3. Try to run 'install-test'. This little utility will examine your system
  19.    and give you some hints if things don't look good. If you get
  20.    errors, edit the first paragraph of install-test and set up the
  21.    PS, WHEREIS and S_CONF variables. Do not hesitate to consult the
  22.    syslogd(8) and syslog.conf(5) man pages. Tidy depends on the files
  23.    produced by syslogd.
  24.  
  25. 4. Edit tidy.conf. There is plenty of documentation along this file so
  26.    that you are guided step by step through the configuration.
  27.    You may of course edit this file later on.
  28.  
  29. 5. Edit do-install. Specify the paths where you want to put tidy,
  30.    its manual pages and the configuration file. The path to the
  31.    configuration file is inserted automatically in the tidy main
  32.    script, so that you won't have to specify it with the -C
  33.    command line option. Later you may of course specify alternate
  34.    configuration files.
  35.  
  36. 6. Say './do-install' if you are root. This installs tidy. As
  37.    a normal user you may install the files to your local
  38.    directory and use tidy only to create statistics.
  39.  
  40. 7. Give it a try after you have read the man page and customized
  41.    tidy.conf. Enjoy!
  42.  
  43. Author: Marek Rouchal, University of Bayreuth, Germany
  44.         (marek@saftsack.fs.uni-bayreuth.de)
  45.  
  46.